tests: orcc test doesn't like cross compiling
authorDavid Schleef <ds@schleef.org>
Wed, 15 Jul 2009 21:39:24 +0000 (14:39 -0700)
committerDavid Schleef <ds@schleef.org>
Wed, 15 Jul 2009 21:39:24 +0000 (14:39 -0700)
testsuite/orcc/Makefile.am

index 3524867..995f1a3 100644 (file)
@@ -2,16 +2,16 @@
 
 TESTS = orc_test
 
-noinst_PROGRAMS = orc_test
+#noinst_PROGRAMS = orc_test
 
-nodist_SOURCES = orc_test.c
+#nodist_SOURCES = orc_test.c
 
 AM_CFLAGS = $(ORC_CFLAGS)
 LIBS = $(ORC_LIBS) $(top_builddir)/orc-test/liborc-test-@ORC_MAJORMINOR@.la
 
 CLEANFILES = testorc.c testorc.h orc_test.c
 
-orc_test.c:
+orc:
        $(top_builddir)/tools/orcc test.orc
        cp out.c testorc.c
        cp out.h testorc.h