test:	test_sy test_sieve test_iview

test_sy:
	$(TYA_TEST_JAVA) -Djava.compiler=tya SystemProperties 

test_sieve:
	$(TYA_TEST_JAVA) -Djava.compiler=tya Sieve 

test_iview:
	$(TYA_TEST_JAVA) -Djava.compiler=tya Iview  Valetta.jpg 

