Changeset 8841 for trunk/psLib/test/mathtypes
- Timestamp:
- Sep 19, 2006, 2:18:12 PM (20 years ago)
- Location:
- trunk/psLib/test/mathtypes
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
tap_psVector.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/Makefile.am
r8731 r8841 10 10 $(PSLIB_LIBS) 11 11 12 check_PROGRAMS = \12 TEST_PROGS = \ 13 13 tap_psVector 14 15 if BUILD_TESTS 16 bin_PROGRAMS = $(TEST_PROGS) 17 else 18 check_PROGRAMS = $(TEST_PROGS) 19 endif 20 TESTS = $(TEST_PROGS) 14 21 15 22 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out -
trunk/psLib/test/mathtypes/tap_psVector.c
r8791 r8841 1 1 #include <stdio.h> 2 #include <string.h> 2 3 #include <pslib.h> 3 4
Note:
See TracChangeset
for help on using the changeset viewer.
