Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Rajamohan committed Oct 15, 2021
1 parent fb65863 commit 29068da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions unit-test/generate-binding-cc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ const generateFileContent = require('./binding-file-template').generateFileConte
const buildDirs = listOfTestModules.dirs;
const buildFiles = listOfTestModules.files;

/**
* @param none
* @requires list of files to bind as command-line argument
* @returns list of binding configurations
*/
function generateBindingConfigurations () {
const testFilesToBind = process.argv.slice(2);
console.log('test modules to bind: ', testFilesToBind);
Expand Down

0 comments on commit 29068da

Please sign in to comment.