summaryrefslogtreecommitdiff
path: root/lib/tests/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/Makefile.sources')
-rw-r--r--lib/tests/Makefile.sources8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tests/Makefile.sources b/lib/tests/Makefile.sources
index 707c445a..5d8c7851 100644
--- a/lib/tests/Makefile.sources
+++ b/lib/tests/Makefile.sources
@@ -1,4 +1,4 @@
-check_PROGRAMS = \
+check_prog_list = \
igt_no_exit \
igt_no_exit_list_only \
igt_fork_helper \
@@ -15,13 +15,13 @@ check_PROGRAMS = \
igt_exit_handler \
$(NULL)
-check_SCRIPTS = \
+check_script_list = \
igt_command_line.sh \
$(NULL)
TESTS = \
- $(check_PROGRAMS) \
- $(check_SCRIPTS) \
+ $(check_prog_list) \
+ $(check_script_list) \
$(NULL)
# Test that exercise specific asserts in the test framework library and are