model/model_collect: importation_poset do not collect direct parents and children
[nit.git] / contrib / nitrpg / Makefile
index 40ebec2..b6c4be9 100644 (file)
@@ -15,6 +15,7 @@
 # limitations under the License.
 
 NITC=../../bin/nitc
+NITU=../../bin/nitunit
 
 all: listener web
 
@@ -24,5 +25,12 @@ listener:
 web:
        $(NITC) src/web.nit
 
+check:
+       $(NITU) src/game.nit
+       $(NITU) src/events.nit
+       $(NITU) src/statistics.nit
+       $(NITU) src/achievements.nit
+       $(NITU) src/listener.nit
+
 clean:
        rm listener web