Review feedback.

This commit is contained in:
Gordon Messmer 2024-07-31 10:14:15 -07:00
commit fda9a01ac8
2 changed files with 1 additions and 45 deletions

View file

@ -1,45 +0,0 @@
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# Makefile of /CoreOS/nginx/Sanity/got-audit
# Description: Ensure pointers in the server process GOT match expected values
# Author: Gordon Messmer <gordon.messmer@gmail.com>
#
export TEST=/CoreOS/nginx/Sanity/got-audit
export TESTVERSION=1.0
BUILT_FILES=
FILES=$(METADATA) runtest.sh Makefile got-audit.gdb
.PHONY: all install download clean
run: $(FILES) build
./runtest.sh
build: $(BUILT_FILES)
test -x runtest.sh || chmod a+x runtest.sh
clean:
rm -f *~ $(BUILT_FILES)
-include /usr/share/rhts/lib/rhts-make.include
$(METADATA): Makefile
@echo "Owner: Gordon Messmer <gordon.messmer@gmail.com>" > $(METADATA)
@echo "Name: $(TEST)" >> $(METADATA)
@echo "TestVersion: $(TESTVERSION)" >> $(METADATA)
@echo "Path: $(TEST_DIR)" >> $(METADATA)
@echo "Description: Ensure pointers in the server process GOT match expected values" >> $(METADATA)
@echo "Type: Sanity" >> $(METADATA)
@echo "TestTime: 5m" >> $(METADATA)
@echo "RunFor: nginx" >> $(METADATA)
@echo "Requires: nginx gdb-gef" >> $(METADATA)
@echo "Priority: Normal" >> $(METADATA)
@echo "License: GPLv2+" >> $(METADATA)
@echo "Confidential: yes" >> $(METADATA)
@echo "Destructive: no" >> $(METADATA)
@echo "Releases: " >> $(METADATA)
rhts-lint $(METADATA)

View file

@ -7,6 +7,7 @@ description: |
contact: Gordon Messmer <gordon.messmer@gmail.com>
require+:
- gdb-gef # needed to test got-audit
- nginx
test: ./runtest.sh
framework: beakerlib