2
0
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:
VB
2014-02-15 06:55:45 +11:00
parent 92660323fb
commit 4149082b2c
4 changed files with 2 additions and 254 deletions

View File

@@ -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
View File

@@ -0,0 +1,9 @@
DEVROOT = $(HOME)/dev
DEVMAKE = $(DEVROOT)/make
cflags = -I../..
target = test-convert.exe
sources = test_convert.cpp
include $(DEVMAKE)/makefile