
TARGET       = tests
CONFIG       = release
SOURCES      = tests.cpp BigInteger.cpp Integer.cpp

# DEFINES       =
# HEADERS       = BigInteger.h Integer.h
# LIBS          =
# INCLUDE_PATHS = ./
# LIBRARY_PATHS = ./
# OUTPUT_DIR    = obj

include ../../Makefile.inc

