From e70573589c092b0d2474fa745b1346379cf8767b Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 5 Sep 2014 01:15:43 -0400 Subject: added proguard to the gradle config to create obfuscated jars for testing added simple tests for the deobufscator class --- test/cuchaz/enigma/inputs/Keep.java | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/cuchaz/enigma/inputs/Keep.java (limited to 'test/cuchaz/enigma/inputs/Keep.java') diff --git a/test/cuchaz/enigma/inputs/Keep.java b/test/cuchaz/enigma/inputs/Keep.java new file mode 100644 index 0000000..3c12bae --- /dev/null +++ b/test/cuchaz/enigma/inputs/Keep.java @@ -0,0 +1,9 @@ +package cuchaz.enigma.inputs; + +public class Keep +{ + public static void main( String[] args ) + { + System.out.println( "Keep me!" ); + } +} -- cgit v1.2.3