aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6a05fe3..a923ddc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -109,5 +109,5 @@ $(TESTSUITE): $(AT_FILES) testsuite.list.at
testsuite.list.at: $(AT_FILES)
( echo "dnl DO NOT EDIT: GENERATED BY MAKEFILE.AM"; \
- $(GREP) -l '^SB_CHECK' $(AT_FILES) | LC_ALL=C sort | \
+ $(GREP) -l -e '^SB_CHECK' -e '^AT_CHECK' $(AT_FILES) | LC_ALL=C sort | \
$(SED) -e 's:^[.]/:sb_inc([:' -e 's:[.]at$$:]):' ) > $@