cmake_minimum_required(VERSION 2.8)
project(stmpct-js-test)

enable_testing()

add_subdirectory(node)
add_subdirectory(browser)
