mirror of
https://github.com/boostorg/convert.git
synced 2026-02-18 01:52:22 +00:00
Cleaning the content
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
# Boost.Convert Library test Jamfile
|
||||
#
|
||||
# Copyright (c) 2009-2014 Vladimir Batov
|
||||
#
|
||||
# Distributed under 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)
|
||||
|
||||
# bring in rules for testing
|
||||
import testing ;
|
||||
|
||||
test-suite "convert"
|
||||
: [ run test_convert.cpp ]
|
||||
;
|
||||
9
test/makefile
Normal file
9
test/makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
DEVROOT = $(HOME)/dev
|
||||
DEVMAKE = $(DEVROOT)/make
|
||||
|
||||
cflags = -I../..
|
||||
target = test-convert.exe
|
||||
sources = test_convert.cpp
|
||||
|
||||
include $(DEVMAKE)/makefile
|
||||
|
||||
Reference in New Issue
Block a user