blob: 52de7577864113f04316db3b7bc5c46f94f6e5f2 [file] [log] [blame]
# Copyright (C) 2019-2022 The SymbiFlow Authors
#
# Use of this source code is governed by a ISC-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/ISC
#
# SPDX-License-Identifier: ISC
# TODO: Integrate this in the Makefile_test.command environment ?
test:
@yosys -s script.ys -q -q -l $@.log
@printf "Test %-18s \e[32mPASSED\e[0m @ %s\n" $@ $(CURDIR);
@touch ok