We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c39e7d commit 19ff8f8Copy full SHA for 19ff8f8
Makefile
@@ -19,6 +19,7 @@ CLASSES += src/malva/TestCase.class
19
CLASSES += src/malva/java/lang/ClassTest.class
20
CLASSES += src/malva/java/lang/DoubleTest.class
21
CLASSES += src/malva/java/lang/FloatTest.class
22
+CLASSES += src/malva/java/lang/MathTest.class
23
CLASSES += src/malva/java/lang/StringTest.class
24
25
SRC := $(patsubst %.class,%.java,$(CLASSES))
0 commit comments