我在一个subd_app目录中设置了Karma。测试设置为如果我从sub_app运行“npm install”然后“npm test”,则Karma将成功运行。挑战在于主目录和所有子目录都是用C / Cpp编写的,我们使用Cmake从主目录进行make / build。如何合并两个npm命令,以便在运行cmake并make all?
时执行它们Example:
main_dir/
main.c
some other c and cpp files
CMakelists.txt
sub_dir/
other.c
CMakelists.txt
some other c and cpp files
sub_app/
js and html files
package.json
karma.conf.js