From 8e2c7efc1e510d8ba18969619affcd7809366ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 21 Feb 2002 21:00:31 +0000 Subject: [PATCH] added test file bll_and_function.cpp [SVN r12880] --- test/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index 15d9707..90328dc 100755 --- a/test/Makefile +++ b/test/Makefile @@ -2,7 +2,7 @@ BOOST = ../../.. CXX = gcc EXTRAFLAGS = -pedantic -Wno-long-long -ftemplate-depth-50 - LIBS = -lstdc++ +LIBS = -lstdc++ #CXX = KCC #EXTRAFLAGS = --strict --display_error_number --diag_suppress 450 --max_pending_instantiations 50 @@ -26,12 +26,13 @@ is_instance_of_test.cpp \ member_pointer_test.cpp \ control_structures.cpp \ switch_construct.cpp \ -extending_return_type_traits.cpp \ -constructor_tests.cpp \ cast_test.cpp \ operator_tests_simple.cpp \ bind_tests_simple.cpp \ bind_tests_advanced.cpp \ +bll_and_function.cpp \ +constructor_tests.cpp \ +extending_return_type_traits.cpp \ bind_tests_simple_function_references.cpp \ exception_test.cpp \ @@ -73,6 +74,7 @@ run: ./cast_test.exe ./bind_tests_simple.exe ./bind_tests_advanced.exe + ./bll_and_function.exe ./bind_tests_simple_function_references.exe ./exception_test.exe