Commit a37ec37f authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

Ainur: configure.pl includes testReal

parent e7e9c37a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ sub createMakefile
	open($fh, ">", "Makefile") or die "Cannot open Makefile for writing: $!\n";

	local *FH = $fh;
	my @units = qw(test);
	my @units = qw(test testReal);
	my $combinedUnits = combine("",\@units,".o ");
	my $combinedUnits2 = combine("./",\@units,".cpp ");