From a9f27bf33c6b6b6e9aac0eb1e69743120a11daa1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 17 Sep 2009 13:33:01 +0000 Subject: Rename test. --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index b42882e..ee8a2f1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,10 +17,10 @@ ## along with this program. If not, see . ## ########################################################################### -check_PROGRAMS = simple-test +check_PROGRAMS = introspective-system-test TESTS = $(check_PROGRAMS) INCLUDES = -I../src -simple_test_SOURCES = simple.c -simple_test_LDADD = ../src/libsandglass.la +introspective_system_test_SOURCES = introspective-system.c +introspective_system_test_LDADD = ../src/libsandglass.la -- cgit v1.2.3