Hi,
I am new to q/KDB. I want to setup QSPEC in my system. I have already created an environment variable $QPATH “C:/qpath”. Added the QPATH script in my q.q. I have also loaded the packages by
q) .utl.load “qutil”
q) .utl.load “qspec”
But now I am stuck. I want to run my test files. I tried the below command as per the testRunner tutorial on GIT but I am not getting the output.
q)q C:/qpath/qspec/app/spec.q -q – desc test/test_assertions.q
Please guide me asap. Thanks for your help.