digitalmars.D.learn - Running DMD tests
- Dmitry Olshansky (17/17) Dec 08 2013 I'm trying my hand at a simple pesky bug in DMD.
I'm trying my hand at a simple pesky bug in DMD. About to run test suite but must be doing something wrong. Any help would be appreciated. I followed this: http://wiki.dlang.org/Building_DMD#How_to_run_the_test_suite_in_dmd.2Ftest And here is what I get (I'm on 64-bit Ubuntu): dmitry dmitry-VirtualBox ~/dmd2/src/dmd/test $ make MODEL=64 Creating output directory: test_results Building d_do_test tool OS: linux Running runnable tests make[1]: *** No rule to make target `test_results/runnable/A16.d.out', needed by `run_runnable_tests'. Stop. make: *** [start_runnable_tests] Error 2 dmitry dmitry-VirtualBox ~/dmd2/src/dmd/test $ -- Dmitry Olshansky
Dec 08 2013