Commit 3e56004e authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Fixed tests directory structure

parent ec29f039
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@ CXX = g++ -O2
CXXFLAGS = -std=c++17

# Source files
PROBLEM3_SRCS = testFullInteger.cpp FullInteger.cpp IntegerPP.cpp IntegerP.cpp BigNum.cpp
PROBLEM3_SRCS = testFullInteger.cpp impl/FullInteger.cpp impl/IntegerPP.cpp impl/IntegerP.cpp impl/BigNum.cpp
SRCS = $(PROBLEM3_SRCS)

# Object files
PROBLEM3_OBJS = testFullInteger.o FullInteger.o IntegerPP.o IntegerP.o BigNum.o
PROBLEM3_OBJS = testFullInteger.o impl/FullInteger.o impl/IntegerPP.o impl/IntegerP.o impl/BigNum.o
OBJS = $(PROBLEM3_OBJS)

# Executable name
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading