ossp-pkg/xds/regression-tests/Makefile 1.11 -> 1.12
--- Makefile 2001/07/18 11:29:46 1.11
+++ Makefile 2001/07/18 16:59:28 1.12
@@ -2,7 +2,9 @@
CC = gcc
-WARNFLAGS = -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Werror
+WARNFLAGS = -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wcast-align -Winline \
+ -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wno-long-long \
+ -Werror
OPTFLAGS = -O3 -pipe
CPPFLAGS = -D_GNU_SOURCE
CFLAGS =
@@ -10,7 +12,7 @@
TESTS = xds-core.exe xds-find-engine.exe xds-register.exe xds-encode.exe \
xds-getbuffer.exe xds-decode.exe xds-setbuffer.exe \
- xdr-uint32.exe xdr-int32.exe
+ xdr-uint32.exe xdr-int32.exe xdr-uint64.exe xdr-int64.exe
.SUFFIXES:
.SUFFIXES: .c .exe
|
|