mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-10 08:58:33 +01:00
Add simple test suite.
This commit is contained in:
15
tests/Makefile.am
Normal file
15
tests/Makefile.am
Normal file
@@ -0,0 +1,15 @@
|
||||
TESTS = run.sh
|
||||
check_PROGRAMS = example
|
||||
example_SOURCES = example.c
|
||||
|
||||
dist_check_SCRIPTS = run.sh lib.sh
|
||||
dist_check_DATA = example.expected \
|
||||
example-noforce.sh \
|
||||
example-noforce.sh.expected \
|
||||
example-redirects.sh \
|
||||
example-redirects.sh.expected \
|
||||
example-simple.sh \
|
||||
example-simple.sh.expected
|
||||
|
||||
# Used by run.sh.
|
||||
export EGREP
|
||||
Reference in New Issue
Block a user