# cscope
/cscope.*
-# tests MUST create their own RRDs
-/tests/*.rrd
-
#vim swp file
*.swp
# build the following subdirectories
-SUBDIRS = po src examples doc bindings
+SUBDIRS = po src examples doc bindings tests
# the following files are not mentioned in any other Makefile
EXTRA_DIST = COPYRIGHT CHANGES TODO CONTRIBUTORS THREADS \
#AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config
#AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config
-TESTS = tests/modify1 \
- tests/modify2 \
- tests/modify3 \
- tests/modify4 \
- tests/modify5 \
- tests/tune1 \
- tests/tune2
-
# $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz tobi@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/
if HAVE_SYSTEMD
AC_CONFIG_FILES([examples/perftest.pl])
AC_CONFIG_FILES([examples/Makefile])
AC_CONFIG_FILES([examples/rrdcached/Makefile])
+AC_CONFIG_FILES([tests/Makefile])
AC_CONFIG_FILES([doc/Makefile])
AC_CONFIG_FILES([po/Makefile.in])
AC_CONFIG_FILES([src/Makefile])
AC_CONFIG_FILES([bindings/Makefile])
AC_CONFIG_FILES([bindings/tcl/Makefile])
AC_CONFIG_FILES([bindings/tcl/ifOctets.tcl])
-AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([bindings/lua/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_CONFIG_COMMANDS([default],[[ chmod +x examples/*.pl]],[[]])
--- /dev/null
+# tests MUST create their own RRDs
+/*.rrd
+/*.out
+/modify5-testa*-mod.dump
--- /dev/null
+TESTS = modify1 modify2 modify3 modify4 modify5 \
+ tune1 tune2 \
+ rrdcreate
+EXTRA_DIST = Makefile.am \
+ alltests functions \
+ modify1 modify-test1.create.dump modify-test1.mod1.dump \
+ modify2 modify2-testa-create.dump modify2-testb-mod1.dump modify2-testc-mod1.dump \
+ modify3 modify-test3.create.dump modify-test3.mod1.dump \
+ modify4 modify4-testa-create.dump modify4-testa1-create.dump modify4-testa2-create.dump \
+ modify5 modify5-testa1-create.dump modify5-testa2-create.dump \
+ rrdcreate \
+ tune1 tune1-testa-mod1.dump tune1-testa-mod2.dump tune1-testorg.dump \
+ tune2 tune2-testa-mod1.dump tune2-testorg.dump \
+ valgrind-supressions
+CLEANFILES = ct.out dur.out modify5-testa1-mod.dump modify5-testa2-mod.dump