Skip to content

Commit 19ff8f8

Browse files
reyndersPekka Enberg
authored and
Pekka Enberg
committed
malva: Add MathTest
[ penberg@kernel.org: cleanups ] Signed-off-by: Pekka Enberg <penberg@kernel.org>
1 parent 1c39e7d commit 19ff8f8

File tree

2 files changed

+486
-0
lines changed

2 files changed

+486
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CLASSES += src/malva/TestCase.class
1919
CLASSES += src/malva/java/lang/ClassTest.class
2020
CLASSES += src/malva/java/lang/DoubleTest.class
2121
CLASSES += src/malva/java/lang/FloatTest.class
22+
CLASSES += src/malva/java/lang/MathTest.class
2223
CLASSES += src/malva/java/lang/StringTest.class
2324

2425
SRC := $(patsubst %.class,%.java,$(CLASSES))

0 commit comments

Comments
 (0)