mirror of
https://github.com/boostorg/logic.git
synced 2025-07-30 12:17:16 +02:00
Remove V1 Jamfiles
[SVN r38516]
This commit is contained in:
35
test/Jamfile
35
test/Jamfile
@ -1,35 +0,0 @@
|
|||||||
# Tribool library
|
|
||||||
|
|
||||||
# Copyright (C) 2002-2003 Douglas Gregor
|
|
||||||
|
|
||||||
# Use, modification and distribution is subject to the Boost Software License,
|
|
||||||
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
# For more information, see http://www.boost.org/
|
|
||||||
|
|
||||||
|
|
||||||
# Testing Jamfile autogenerated from XML source
|
|
||||||
subproject libs/logic/test ;
|
|
||||||
|
|
||||||
# bring in rules for testing
|
|
||||||
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
|
|
||||||
include testing.jam ;
|
|
||||||
|
|
||||||
# Make tests run by default.
|
|
||||||
DEPENDS all : test ;
|
|
||||||
|
|
||||||
{
|
|
||||||
# look in BOOST_ROOT for sources first, just in this Jamfile
|
|
||||||
local SEARCH_SOURCE = $(BOOST_ROOT) $(SEARCH_SOURCE) ;
|
|
||||||
|
|
||||||
test-suite logic
|
|
||||||
:
|
|
||||||
[ run libs/logic/test/tribool_test.cpp : : : : ]
|
|
||||||
|
|
||||||
[ run libs/logic/test/tribool_rename_test.cpp : : : : ]
|
|
||||||
|
|
||||||
[ run libs/logic/test/tribool_io_test.cpp : : : : ]
|
|
||||||
;
|
|
||||||
}
|
|
||||||
|
|
Reference in New Issue
Block a user