ossp-pkg/xds/regression-tests/Makefile.in 1.11 -> 1.12
--- Makefile.in 2001/08/01 15:25:50 1.11
+++ Makefile.in 2001/08/02 14:56:14 1.12
@@ -8,12 +8,12 @@
CFLAGS = @CFLAGS@
LDFLAGS = @LDFLAGS@ @xdr_lib@ -L..
+TESTS64 = @tests_64_bit@
TESTS = xds-core.exe xds-find-engine.exe xds-register.exe xds-encode.exe \
xds-getbuffer.exe xds-decode.exe xds-setbuffer.exe xds-engine-restart.exe \
- xdr-uint32.exe xdr-int32.exe xdr-uint64.exe xdr-int64.exe \
- xdr-octetstream.exe xdr-octetstream-empty.exe xdr-string.exe \
- xdr-string-empty.exe xds-mystruct.exe \
- xml-uint32.exe xml-int32.exe xml-uint64.exe xml-int64.exe xml-double.exe
+ xdr-uint32.exe xdr-int32.exe xdr-octetstream.exe xdr-octetstream-empty.exe \
+ xdr-string.exe xdr-string-empty.exe xml-uint32.exe xml-int32.exe \
+ xml-double.exe $(TESTS64)
.SUFFIXES:
.SUFFIXES: .c .exe
|
|