2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-01-24 05:52:17 +00:00

added a few tests

[SVN r13527]
This commit is contained in:
Jaakko Järvi
2002-04-19 19:34:59 +00:00
parent f6708ffe6b
commit cf577450e8

View File

@@ -1,6 +1,6 @@
BOOST = ../../..
CXX = gcc
CXX = gcc3
EXTRAFLAGS = -pedantic -Wno-long-long -ftemplate-depth-50
LIBS = -lstdc++
@@ -23,11 +23,10 @@ AR = ar
SOURCES = \
is_instance_of_test.cpp \
operator_tests_simple.cpp \
member_pointer_test.cpp \
control_structures.cpp \
switch_construct.cpp \
cast_test.cpp \
operator_tests_simple.cpp \
bind_tests_simple.cpp \
bind_tests_advanced.cpp \
bll_and_function.cpp \
@@ -35,6 +34,8 @@ constructor_tests.cpp \
extending_return_type_traits.cpp \
bind_tests_simple_function_references.cpp \
exception_test.cpp \
cast_test.cpp \
phoenix_control_structures_test.cpp \
# Create lists of object files from the source file lists.
@@ -77,7 +78,7 @@ run:
./bll_and_function.exe
./bind_tests_simple_function_references.exe
./exception_test.exe
./phoenix_control_structures_test.exe