summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rw-r--r--auto/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/Makefile.am b/auto/Makefile.am
index 97a86ab..87aa601 100644
--- a/auto/Makefile.am
+++ b/auto/Makefile.am
@@ -8,5 +8,5 @@ clean-local:
if HAVE_API_SANITY_AUTOTEST
check-local:
-[ -d tests ] && ${API_SANITY_AUTOTEST} -l popt -d desc -clean
- -${API_SANITY_AUTOTEST} -l popt -d desc -st types -gen -build -run
+ -${API_SANITY_AUTOTEST} -l popt -d desc -st $(top_srcdir)/auto/types -gen -build -run
endif HAVE_API_SANITY_AUTOTEST