gregtour / duck-lang

The Duck Programming Language
http://www.ducklang.org
109 stars 13 forks source link

Use GoogleTest for testing #12

Closed sh19910711 closed 9 years ago

sh19910711 commented 9 years ago

Summary:

How to run test:

$ cd test
$ cmake .
$ make
$ ./run_{XXX}_test
gregtour commented 9 years ago

Cool!