borromeotlhs / amop

Automatically exported from code.google.com/p/amop
0 stars 0 forks source link

Why not write the makefile to specify UnitTest++ directory in another way? #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It's not a bug, but why not write the makefile as:
INCPATH=../../UnitTest++/src

LIBPATH=-L./ -L../../UnitTest++/

It may make build test of amop easier, I think. By default, it expects
UnitTest++ in current directory, it's a little strange.

What steps will reproduce the problem?
1. on Linux, build amop test with: make test

What is the expected output? What do you see instead?
It will fail as UnitTest++ does not exist in current directory.

What version of the product are you using? On what operating system?
v0.30.1,v0.31.3

Please provide any additional information below.
No.

Original issue reported on code.google.com by billdavi...@gmail.com on 16 Dec 2008 at 10:33